EMT Practice Test

1. Question Content...


Question List

Question1: Considering the following lines of code and assuming all references are valid, which of the statements below are TRUE? (Choose 2) Tab_1.OpenTab(u_mytabpage, 1) Tab_1.OpenTab(u_mytabpage, 1)

Question2: Custom Transaction Objects are required: (Choose 2)

Question3: Identify the VALID statements when discussing the use of retrieval arguments in a DataWindow.
(Choose 2)

Question4: Which of the following are methods of the SOAPConnection object?(Choose 3)

Question5: Using the Call Stack view, you can

Question6: Which of the following can be set in a Web Target deployment configuration? (Choose 2)

Question7: Changes made in the Source Editor affects the objects____________

Question8: The __________ function forces immediate destruction of all unreferenced objects on the heap.

Question9: Assuming the default behavior for the Transaction object, in which of the following situations will PowerBuilder commit an open transaction? (Choose 2)

Question10: Which of the following methods is available for a DataStore but not for a DataWindow control?

Question11: A tab control containing one page is instantiated when a window is opened. Which of the following methods will most efficiently add tab pages with potentially different content?

Question12: Which of the following are TRUE about DataWindow Object properties that control the feature set richness of generated HTML & JavaScript for a Web DataWindow? (Choose 3)

Question13: In a try catch block, which of the following are TRUE? (Choose 2)

Question14: Which of these User Object types can be used to create an object of type oleobject?

Question15: Which reference is NOT a valid return type for a method of a component deployed as a Web Service?

Question16: Which function contains optional arguments that utilize the WordParm and LongParm properties of the message object to pass information?

Question17: Which of the following are advantages of using the Modify method over dot notation?

Question18: This specific exception class type can be thrown by a web service method call and should be caught in the client application.

Question19: What is the function of the SOAPConnection object?

Question20: To get business details about a web service, you must use a key that is typically obtained from which of the following UDDIProxy methods?

Question21: Which of the following is not a valid metadata SaveAs type and storage format? (Choose 3)

Question22: The Debugger will let you perform which of the following tasks? (Choose 2)

Question23: Which of the following classes is not a descendant of PBDOM_OBJECT?

Question24: Which of the following methods is NOT for a DataStore?

Question25: Which of the following statements, when coded in a menuitem, will compile?(Choose 3)

Question26: Which DataWindow methods trigger the SQLPreview event? (Choose 3)

Question27: The XSLTGen.PublishPath refers to ______

Question28: Which event gets triggered only at the time of first expansion of an item in a Tree View?

Question29: On a 4 GL DataWindow JSP page, which are server side events? (Choose 3)

Question30: For a class data type passed by Reference as a method argument, which of the following are TRUE? (Choose 3)

Question31: Which of the following properties would be used to change the current XML template for a DataWindow Object?

Question32: Choose the best description of the following line of code (assume n_tr_tran is a descendant of the system class transaction):
n_tr_tran = create n_tr_tran

Question33: Which statement best describes what it means to select the elative radio button on the enerate Path in Script option of the Web DataWindow DTC?

Question34: Which of these are Pipeline Object properties? (Choose 2)

Question35: The following are VALID manipulations you can perform on a Descendant Menu. (Choose 3)

Question36: A class that becomes instantiated is called:

Question37: Compare Structures and autoinstantiated Custom Class UserObjects:
Which statements are TRUE? (Choose 2)